home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / feb96 / vivrf101.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  20KB  |  768x430  |  4-bit (12 colors)
Labels: text | screenshot | software | multimedia software | computer icon | graphics software | web page | website | editing
OCR: 2 HyperTerp Demo X File Edit Run Window Help C: \HYPERTRP\GRAPH] HTP X Canvas X procedure main var i: integer endVar clearCanvas clearConsole for i := 1 to 10 Rectangle(10 + i * 2, 10 + i * 2, 40 + i * 4, 40 + i * 4) Watch 0 X RoundRect (80 + i * 2, 10 + i * 2, 100 + i * 4, 40 + i * 4, Add Delete Edit 30 + i * 2, 30 + i * 2) endFor Variable Value for i := 1 to 50 MoveTo (200, i * 2) 51 . .. .. LineTo(200 + i * 2, 100) endFor endProc